.footer {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 50px 30px;
  background: linear-gradient(0deg, rgba(34, 0, 255, 1) 0%, rgba(0, 0, 0, 0) 67%);
}

#footerCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.footer-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  margin-right: 90px;
} 

/* Ensure Services and Company columns sit side by side */
.footer-columns-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* Optional: target only these two sections */
.footer-column.services,
.footer-column.company {
  flex: 1 1 45%; /* 2 columns, responsive */
  min-width: 150px;
}
.footer-c h2{
      font-family: sora, sans-serif;
      font-size: 47px;
      line-height: 1.2em;
      font-weight: 700;
}

.footer-column h2,
.footer-column h3 {
  margin-bottom: 15px;
}

.footer-column input {
  width: 100%;
  padding: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  margin-bottom: 10px;
}

.footer-column button {
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-c h2 {
  margin-left: -245px;
}

.footer-column ul li a {
  color: rgb(163 158 158 / 80%);
  text-decoration: none;
  display: block;
  margin: 5px 0;
  transition: color 0.3s;
  white-space: nowrap;
  font-size: 16px;
  
}
.le-ft_side{
  margin-left: -120px;
}
.r-ght_side {
    margin-left: 100px;
}

.footer-column ul li a:hover {
  color: #fff;
}

.footer-column address {
  font-style: normal;
  color: rgba(255, 255, 255, 0.8);
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: white;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

.social-icon:hover {
  background-color: white;
  color: black;
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  transition: color 0.3s ease;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}

.footer-bottom:hover p {
  color: rgba(255, 255, 255, 0.85);
}

/* Responsive tweaks if needed */
@media (max-width: 600px) {
  .footer-columns-container {
    flex-direction: row; /* keep side by side */
    flex-wrap: wrap;
  }

  .footer-column.services,
  .footer-column.company {
    flex: 1 1 48%;
  }
  .footer-column ul {
    text-align: left;
  }
  .right-all{
    text-align: center;
  }
  .right-all ul{
        text-align: left;
        margin-left: 45px;
  }
  .footer-c h2 {
    margin-left: -45px;
}
.le-ft_side{
  margin-left: 0px;
}
.r-ght_side {
    margin-left: 0px;
}
.footer-column ul li a {
 
  white-space:none;
  font-size: 14px;
  
}
}
.footer-column-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer-column-group .footer-column {
  flex: 1 1 100px;
  min-width: 160px;
}
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}

.partner-logo {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img,
.partner-logo svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1); 
  transition: filter 0.3s ease;
}

.partner-logo:hover img,
.partner-logo:hover svg {
  filter: none; /* on hover: original colors */
}
.partner-logo:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

@media (max-width: 600px) {
  .partners-title {
    margin-top: 20px;
    font-size: 1rem;
  }
  .partner-logo {
    width: 50px;
    height: 50px;
  }
  .footer-content{
    margin-right: 0px;
  }
   .footer-column-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer-column.services,
  .footer-column.company {
    flex: 1 1 48%;
    max-width: 48%;
    margin: 0;
    font-size: 12px; /* ✅ Reduce font size for better fit */
  }

  .le-ft_side,
  .r-ght_side {
    margin-left: 0 !important;
  }

  .footer-column h3 {
    font-size: 14px; /* Smaller heading on mobile */
  }

  .footer-column ul li {
    font-size: 14px; /* Smaller list items */
    margin-bottom: 4px;
  }
  .footer-column-group{
    gap: 0px;
  }
}

@media (max-width: 380px) {

    .footer-column-group {
        display: flex; 
        flex-direction: row; 
        flex-wrap: nowrap; 
        justify-content: space-around; 
        align-items: flex-start; 
        gap: 10px; 
        width: 100%; 
    }

  
}